curl --location --request POST '/authentication/token/refresh/' \
--header 'Content-Type: text/plain' \
--data-raw '{
"refresh": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoicmVmcmVzaCIsImV4cCI6MTc1MjM1NTQwMiwiaWF0IjoxNzUxNzUwNjAyLCJqdGkiOiIyMDBjNTEwYzgyZDk0YmNmYWRlMjM0MTVjM2FlN2UzMiIsInVzZXJfaWQiOjN9.fTPmn0eI2C_SGZf-5H39sAm_RjX-AgsdBiJV3tmqxRw"
}'
{
"success": "Tokens atualizados",
"user_type": "establishment",
"user": {
"id": 1,
"user": {
"id": 1,
"email": "kailanesarahpro@gmail.com",
"username": "teste"
},
"location": {
"id": 1,
"country": "Brasil",
"state": "CE",
"city": "sua cidade",
"CEP": "01001000",
"neighborhood": "Centro",
"street": "sua rua",
"number": 150,
"complement": "Apto 101"
},
"social_media": {
"id": 1,
"whatsapp": "11999999999",
"instagram": "@sarinha",
"facebook": null
},
"category": [
1,
2
],
"categories": [
{
"id": 1,
"name": "restaurante"
},
{
"id": 2,
"name": "doceria"
}
],
"name": "estabelecimento",
"description": null,
"cnpj": "seu cnpj",
"pix_key": null,
"photos": null
}
}