cURL
curl --request PUT \ --url https://b2b-api.dev-riseworks.io/v2/user/address \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "line_1": "<string>", "line_2": "<string>", "city": "<string>", "state": "<string>", "country": "<string>", "zip_code": "<string>", "timezone": "<string>" }'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object