curl --location --request POST 'https://vesselsignal.com/api/public/api/signup' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "yourname",
"email": "youremail",
"password": "yourpassword"
}'{}