curl --request POST \
--url https://api.other.page/v1/launcher/{id}/send-mintable \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"jwt": "<string>",
"mintableId": "<string>"
}'
curl --request POST \
--url https://api.other.page/v1/launcher/{id}/send-mintable \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"jwt": "<string>",
"mintableId": "<string>"
}'