Authorization: Bearer ********************
{
"deviceId": "string",
"fcmToken": "string",
"isRepeat": true
}
curl --location --request POST '/core/v1/notifications/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"fcmToken": "string",
"isRepeat": true
}'
{}