As per the HTTP specification:
If a resource has been created on the origin server, the response SHOULD be 201 (Created) and contain an entity which describes the status of the request and refers to the new resource, and a Location header (see section 14.30).
Does this mean that POST request should always send redirect URI in Location header with no response body?