{ "phone" : "+411111111" }
curl --location --request POST 'https://admin.letschat.ch/api/profile/resend-code' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone" : "+411111111" }'
{ "message": "SMS_VERIFICATION_CODE_HAS_BEEN_SENT" }