curl --location --request POST 'https://develop.api.bankerize.com.br/v1/proposals/econsignado/employment-relationship/details' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_uuid": "edf58e40-2090-4778-bcf7-48ee0f8b9f2e",
"registration": "1231XZS123FD",
"employer_document": "12345678"
}'
{
"data": {
"request_uuid": "edf58e40-2090-4778-bcf7-48ee0f8b9f2e"
},
"message": "Solicitação realizada com sucesso!"
}