Authorization: ********************curl --location --request POST '/subscriptions/checkout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tier": "ARTIST"
}'{
"checkoutUrl": "http://example.com"
}